πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Boosting.md by @KGBicheno β˜†

boosting

Go back to the [[AI Glossary]]

A machine learning technique that iteratively combines a set of simple and not very accurate classifiers (referred to as "weak" classifiers) into a classifier with high accuracy (a "strong" classifier) by upweighting the examples that the model is currently misclassfying.